runtime.markBits.isMarked (method)

10 uses

	runtime (current package)
		mbitmap.go#L245: func (m markBits) isMarked() bool {
		mcheckmark.go#L76: 	if !mbits.isMarked() {
		mgcmark.go#L1480: 		if mbits.isMarked() {
		mgcsweep.go#L555: 		if !mbits.isMarked() {
		mgcsweep.go#L606: 			if !mbits.isMarked() && (abits.index < s.freeindex || abits.isMarked()) {
		mgcsweep.go#L835: 		alloc := i < s.freeindex || abits.isMarked()
		mgcsweep.go#L841: 		if mbits.isMarked() {
		mgcsweep.go#L846: 		zombie := mbits.isMarked() && !alloc
		mwbbuf.go#L247: 		if mbits.isMarked() {